home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel PPC / diff / misc.old < prev    next >
Encoding:
Text File  |  1996-06-13  |  8.1 KB  |  120 lines  |  [TEXT/EDIT]

  1. diff -r misc/HISTORY /users/prof/colnet/SmallEiffel/misc/HISTORY
  2. 6c6
  3. < - Release - 0.99 - 
  4. ---
  5. > - Release - 0.99 - Saturday February 17 1996
  6. 11c11
  7. < - Release - 0.98 -
  8. ---
  9. > - Release - 0.98 - Friday March 15 1996
  10. 14c14
  11. < - Release - 0.97 -
  12. ---
  13. > - Release - 0.97 - Thursday May 2 1996
  14. 18c18
  15. < - Release - 0.96 -
  16. ---
  17. > - Release - 0.96 - Friday May 10 1996
  18. 21a22,30
  19. > - Release - 0.95 - Tuesday May 28 1996
  20. >    It is now possible to inherit ARRAY.
  21. >    It is now possible to inherit STRING.
  22. >    Flag -cc of `compile_to_c' has changed. 
  23. >    The PLATFORM class is now conform to ELKS95.
  24. >    Added feature `twin' (like the one of TowerEiffel) in GENERAL.
  25. >    Added to_external/from_external in STRING.
  26. >    Fixed some bugs in once precomputed routines.
  27. diff -r misc/HISTORY /users/prof/colnet/SmallEiffel/misc/HISTORYmisc/NOT_YET_IMPLEMENTED /users/prof/colnet/SmallEiffel/misc/NOT_YET_IMPLEMENTED
  28. 29,30d28
  29. < *** No option to add a directory in the loading path (try a bad
  30. <     class name to have the fixed current path).
  31. 35,36c33,34
  32. < *** It is forbidden to inherit from ARRAY STRING INTEGER REAL INTEGER
  33. <     CHARACTER BOOLEAN and DOUBLE 
  34. ---
  35. > *** It is forbidden to inherit from INTEGER REAL INTEGER
  36. >     CHARACTER BOOLEAN DOUBLE and POINTER
  37. 39a38
  38. > *** All tests in lib_test are not currently supported by `eval'
  39. diff -r misc/NOT_YET_IMPLEMENTED /users/prof/colnet/SmallEiffel/misc/NOT_YET_IMPLEMENTEDmisc/THANKS /users/prof/colnet/SmallEiffel/misc/THANKS
  40. 18,19c18,19
  41. < **  Valery CROIZIER: for some bug reports (in many mails :-), and 
  42. <    for C code optimization.
  43. ---
  44. > **  Valery CROIZIER: for some bug reports (in many many mails :-), 
  45. >    and for some hints to optimize the C code.
  46. 27a28,30
  47. > **  Brian STRELIOFF: reported some bugs and for giving me some 
  48. >    good hints for comptibility with C++ and warning message of
  49. >    gcc.
  50. 45,47d47
  51. < *   Brian STRELIOFF: reported some bugs and for giving me some 
  52. <    good hints for comptibility with C++ and warning message of
  53. <    gcc.
  54. diff -r misc/THANKS /users/prof/colnet/SmallEiffel/misc/THANKSmisc/basic_test /users/prof/colnet/SmallEiffel/misc/basic_test
  55. 21a22
  56. > #    echo $t
  57. 49,51c50,52
  58. < /bin/rm -f ./a.out
  59. < ${compile} $* TEST_ARGUMENTS make > /dev/null
  60. < ./a.out
  61. ---
  62. > /bin/rm -f testargs
  63. > ${compile} $* -o testargs TESTARGS make > /dev/null
  64. > testargs
  65. 53c54
  66. < ./a.out 1
  67. ---
  68. > testargs 1
  69. 55c56
  70. < ./a.out 2 arg2
  71. ---
  72. > testargs 2 arg2
  73. 56a58
  74. > /bin/rm -f testargs
  75. diff -r misc/basic_test /users/prof/colnet/SmallEiffel/misc/basic_testmisc/bootstrap /users/prof/colnet/SmallEiffel/misc/bootstrap
  76. 97c97
  77. < foreach cmd (compile compile_to_c finder pretty)
  78. ---
  79. > foreach cmd (compile compile_to_c eval finder pretty)
  80. Only in /users/prof/colnet/SmallEiffel/misc: self_eval_test
  81. diff -r misc/bootstrap /users/prof/colnet/SmallEiffel/misc/bootstrapmisc/self_test /users/prof/colnet/SmallEiffel/misc/self_test
  82. 13c13
  83. < echo Self Test Done.
  84. ---
  85. > echo Self Test of compile/compile_to_c Done.
  86. diff -r misc/self_test /users/prof/colnet/SmallEiffel/misc/self_testmisc/self_test.good_output /users/prof/colnet/SmallEiffel/misc/self_test.good_output
  87. 3c3
  88. < Testing ..................................................................................................................................................................................................................................................................................................................
  89. ---
  90. > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
  91. 21c21
  92. < Testing ..................................................................................................................................................................................................................................................................................................................
  93. ---
  94. > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
  95. 39c39
  96. < Testing ..................................................................................................................................................................................................................................................................................................................
  97. ---
  98. > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
  99. 57c57
  100. < Testing ..................................................................................................................................................................................................................................................................................................................
  101. ---
  102. > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
  103. 75c75
  104. < Testing ..................................................................................................................................................................................................................................................................................................................
  105. ---
  106. > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
  107. 93c93
  108. < Testing ..................................................................................................................................................................................................................................................................................................................
  109. ---
  110. > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
  111. 111c111
  112. < Testing ..................................................................................................................................................................................................................................................................................................................
  113. ---
  114. > Testing ............................................................................................................................................................................................................................................................................................................................................................................................................
  115. 127c127
  116. < Self Test Done.
  117. ---
  118. > Self Test of compile/compile_to_c Done.
  119.